home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 41 / Issue 41.iso / pc / PCSoftware / Rational Software Siteload / SiteLoad.exe / data1.cab / JavaSoft / jre / 1.2 / bin / hotspot / Xusage.txt < prev   
Encoding:
Text File  |  2000-10-23  |  1.1 KB  |  21 lines

  1.     -Xmixed           mixed mode execution (default)
  2.     -Xint             interpreted mode execution only
  3.     -Xbootclasspath:<directories and zip/jar files separated by ;>
  4.                       set search path for bootstrap classes and resources
  5.     -Xbootclasspath/a:<directories and zip/jar files separated by ;>
  6.                       append to end of bootstrap class path
  7.     -Xbootclasspath/p:<directories and zip/jar files separated by ;>
  8.                       prepend in front of bootstrap class path
  9.     -Xnoclassgc       disable class garbage collection
  10.     -Xincgc           enable incremental garbage collection
  11.     -Xbatch           disable background compilation
  12.     -Xms<size>        set initial Java heap size
  13.     -Xmx<size>        set maximum Java heap size
  14.     -Xss<size>        set java thread stack size
  15.     -Xprof            output cpu profiling data
  16.     -Xrunhprof[:help]|[:<option>=<value>, ...]
  17.                       perform JVMPI heap, cpu, or monitor profiling
  18.     -Xdebug           enable remote debugging
  19.  
  20. The -X options are non-standard and subject to change without notice.
  21.